home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1997 May
/
PC Plus Super CD Issue 127 (May 1997).iso
/
delphi1
/
lesson4
/
tapecalc
/
calcprj4.dpr
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-02
|
170 b
|
13 lines
program Calcprj4;
uses
Forms,
Calc4 in 'CALC4.PAS' {CalcForm};
{$R *.RES}
begin
Application.CreateForm(TCalcForm, CalcForm);
Application.Run;
end.